github.com/klauspost/compress/zstd.history.huffTree (field)
10 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L390: huff := hist.huffTree
blockdec.go#L434: huff := hist.huffTree
blockdec.go#L450: hist.huffTree = huff
history.go#L14: huffTree *huff0.Scratch
history.go#L43: h.huffTree = nil
history.go#L49: if h.huffTree != nil {
history.go#L50: if h.dict == nil || h.dict.litEnc != h.huffTree {
history.go#L51: huffDecoderPool.Put(h.huffTree)
history.go#L52: h.huffTree = nil
history.go#L67: h.huffTree = dict.litEnc
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |